› projects › 8bit duels
March 29, 2023
3 minute read
Hey again 👋 ! I'm back with another devlog for my game 8bit Duels! This is devlog #6 and it includes some pretty interesting bits. Let's get into it! Also, to discuss the game and follow the development more closely, you can join the Discord. A Revolt bridge is also available, please message me privately if you want to join that instead.
This devlog includes mostly gameplay polish change, to make the game easier to understand and to follow.
Before, the only way to tell if a troop was stunned was to click it and look on the sidebar UI. Now, a simple yellow outline will tell you without you needing to click the troop. It looks like this:

Now, the selected troop is highlighted with black square corners like this:

Now, if you own a troop, it will have a blue background. Enemy troops on the otherhand, have a red background, just like this:

These are the new movement animations for the troops. I had to rewrite the code for ownership indicators for the animations to work correctly. The method I was using before was very dumb: I assigned ownership indicators to troops every frame, and that lead to some bizarre bugs. Instead, I now just spawn them as children of the troop they indicate the ownership of. That way, it is a lot simpler to control them (making them invisible when the troop is performing an animation).

Note: this is a GIF, and the pixel art is a bit weird. I wasn't able to get normal videos to work, so I stuck with this. If anyone know how to add an MP4 video to Hugo, please send me a message.
These are the new attack animations:

The game now has a chat in game! This means you may discuss with your opponent while player. Usernames are also coming soon (although they will just be local, there is no account system yet).

Here is the new settings menu:

The server address is the only working setting at the moment though. As mentioned before, usernames are coming in the future. Also, while debug mode is technically working, it doesn't show anything else more than the usually game. That is also coming in the future.
If you made it this far, as always, thanks for reading!
I pour a ton of time into this project and hope to see it be played soon.
You can test the game locally by downloading the code (Github). Just remember to add -- dev when using cargo run to not make the game crash when running two instances.
Finally, here is a little chiptune song I've been working on.
my blog is static so it doesn't host comments :(
email me comments, we can talk and I'll add them!